home *** CD-ROM | disk | FTP | other *** search
- /*
- File: BigEasyUtils.h
-
- Contains: xxx put contents here xxx
-
- Written by: xxx put writers here xxx
-
- Copyright:
-
- Change History (most recent first):
-
- <2> 11-10-94 dvb GetModKeys
-
- */
-
- /* file: BigEasyUtils.h
- *
- * Started 25 January 1992, more or less.
- *
- * Little Extras that go
- * well with BigEasy.
- *
- */
-
- /*--------------------------
- Types and globals
- --------------------------*/
-
-
- #define SignIt(x) ( (x)?1:-1)
-
-
- /*--------------------------
- Routines
- --------------------------*/
-
- void SetMenuItemRange(short loRef,short hiRef,short active,short bulletRef);
- long RememberThis(long what,short which);
- void CenterRect(Rect *centerThis,Rect *insideThis);
- short GetModKeys(void);
-